Log in Register Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

cody's Profile Picture

cody

4270 Files

632707 Views

Latest files of /cody/swapnilsparsh/30DaysOfJavaScript/182 - Color Game

style.css cody/swapnilsparsh/30DaysOfJavaScript/182 - Color Game/style.css
125 Views
0 Comments
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}

*:focus {
outline: 0;
index.html cody/swapnilsparsh/30DaysOfJavaScript/182 - Color Game/index.html
307 Views
0 Comments
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Color Game</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Shrikhand"><link rel="stylesheet" href="./style.css">

</head>
readme.md cody/swapnilsparsh/30DaysOfJavaScript/182 - Color Game/readme.md
194 Views
0 Comments
# Color Game

The Color Will Blink You have Memories and Click The Game.
With Increasing Level The The number of Color blink will Increase.
Reach The Highest Level

![preview](https://user-images.githubusercontent.com/72241207/169377031-0fe2ac54-3e3d-4779-b0b2-eca71b22fa7b.gif)

script.js cody/swapnilsparsh/30DaysOfJavaScript/182 - Color Game/script.js
188 Views
0 Comments
$(document).ready(function() {

let round = 1;
let colors = [];
let counter = 1;
let counterSequence = 0;
let counterPlayer = 0;
let stop = 'off';